2011
Log.io - Real-time log monitoring in your browser
by 1 otherA server + web client, which makes it easy to harvest and display logs from servers and web applications. Syslog + graylog plugins on the go.
ExceptionHub | JavaScript Error Tracking
* Logs all JavaScript errors (local or remote)
* Provides a stack trace to find the cause in all browsers
* Groups errors by cause
* Development and Production modes
* RSS feeds for errors
2008
Medieval Programming » Propel and PHP Garbage collector
I typically disable logging for batch scripts in symfony, which significantly improves memory leak issues.
sfConfig::set(’sf_logging_enabled’, false);
1
(4 marks)